home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000067_cgmckeever@yahoo.com_Wed Dec 17 10:24:07 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!newshub.northeast.verio.net!verio!news-out.visi.com!petbe.visi.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews1.google.com!not-for-mail
  2. From: cgmckeever@yahoo.com (Chris McKeever)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit VT220 - Function Keys
  5. Date: 16 Dec 2003 23:02:14 -0800
  6. Organization: http://groups.google.com
  7. Lines: 31
  8. Message-ID: <1a78c305.0312162302.3cb0537f@posting.google.com>
  9. References: <1a78c305.0312021927.523e8509@posting.google.com> <bqjroj$m9h$2@newsmaster.cc.columbia.edu> <slrnbss1h8.cqa.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: 64.36.26.42
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1071644535 30491 127.0.0.1 (17 Dec 2003 07:02:15 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 17 Dec 2003 07:02:15 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14748
  17.  
  18. Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnbss1h8.cqa.fdc@sesame.cc.columbia.edu>...
  19. > In article <bqjroj$m9h$2@newsmaster.cc.columbia.edu>, Jeffrey Altman wrote:
  20. > : C-Kermit does not emulation terminals.  It simply acts as a pass-through
  21. > : for the local terminal on Linux/Unix.  
  22. > : 
  23. > : FYI, DEC Do is the equivalent of the F15 key; not the F3 key.  On the
  24. > : VT220, the local F1-F5 keys are local only; they do not send commands
  25. > : to the host.
  26. > : 
  27. > : Jeffrey Altman
  28. > : Kermit 95 Author
  29. > : 
  30. > : Chris McKeever <cgmckeever@yahoo.com> wrote:
  31. > :: ...
  32. > :: in addition, the backspace doesnt seem to work at all.
  33. > : 
  34. > : 
  35. > About the Backspace key, see:
  36. >   http://www.columbia.edu/kermit/backspace.html
  37. > - Frank
  38.  
  39. Thanks for all the feedback, was finally able to get it all working:
  40.  
  41. set key \92 \27Ow       ; cancel \
  42. set key \45 \27[V       ; previous -
  43. set key \61 \27[U       ; next +
  44. set key \47 \27SB       ; Enter /
  45. set key \96 \27Om       ; help ~
  46. set key \127 \8         ; backspace send BS
  47.